mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-12 09:51:50 +00:00
Use #!/bin/sh for clean script
This commit is contained in:
parent
a8e6b864fd
commit
702317add1
1 changed files with 1 additions and 1 deletions
2
clean
2
clean
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
git clean -dxf
|
git clean -dxf
|
||||||
|
|
Loading…
Reference in a new issue