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 : pbs-tools | |
mirror of git://projects.parabola.nu/packages/pbs-tools.git | Parabola 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 "$@" |