Skip to content

Commit c559afd

Browse files
debug
1 parent 15f50df commit c559afd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

slice.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
echo ${access_token} | md5sum -
3+
export
34
cd minetest_game
4-
git subtree split -P mods/$1 -b $1
5-
git push "https://BuckarooBanzay:${access_token}@github.com/minetest-game/${1}.git" $1:master
5+
#git subtree split -P mods/$1 -b $1
6+
#git push "https://BuckarooBanzay:${access_token}@github.com/minetest-game/${1}.git" $1:master

0 commit comments

Comments
 (0)