We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa129a commit e6c2db6Copy full SHA for e6c2db6
update.sh
@@ -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