Skip to content

Commit e6c2db6

Browse files
authored
Restore and deprecate update script (#46)
This is more graceful than removing it.
1 parent eaa129a commit e6c2db6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

update.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash -eu
2+
main()
3+
{
4+
echo This script is deprecated. Please run git init instead.
5+
git init
6+
}
7+
main

0 commit comments

Comments
 (0)