Skip to content

Commit 055e0ee

Browse files
committed
oh my add missing shebang
1 parent 47975eb commit 055e0ee

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/bin/git-sync-bitbucket.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env node
2+
13
/**
24
* Copyright 2023 Hasnae Rehioui
35
*

src/bin/git-workspace-prs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env node
2+
13
/**
24
* Copyright 2023 Hasnae Rehioui
35
*

src/bin/git-workspace-remove.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env node
2+
13
/**
24
* Copyright 2023 Hasnae Rehioui
35
*

src/bin/git-workspace-sync.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env node
2+
13
/**
24
* Copyright 2023 Hasnae Rehioui
35
*

0 commit comments

Comments
 (0)