diff options
-rwxr-xr-x | pbs-init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,7 +35,8 @@ main() { git init touch .pbs-root - git commit -m 'initial commit' .pbs-root + git add .pbs-root + git commit -m 'initial commit' } main "$@" |
index : packages/pbs-tools | ||
Unnamed repository; edit this file 'description' to name the repository. | git-mirror |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | pbs-init | 3 |
@@ -35,7 +35,8 @@ main() { git init touch .pbs-root - git commit -m 'initial commit' .pbs-root + git add .pbs-root + git commit -m 'initial commit' } main "$@" |