mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Everywhere: Use /bin/Shell as the shebang for Shell scripts
This commit is contained in:
parent
beaae6b420
commit
eb20fbe145
20 changed files with 20 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/Shell
|
||||
|
||||
echo > $2/Makefile <<-EOF
|
||||
PROGRAM = $1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/Shell
|
||||
|
||||
echo > $2/Makefile <<-EOF
|
||||
PROGRAM = $1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/Shell
|
||||
|
||||
# $1: Project name, filesystem safe
|
||||
# $2: Project full path
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/Shell
|
||||
|
||||
echo > $2/CMakeLists.txt <<-EOF
|
||||
# NOTE! Make sure to edit this file and remove the comments before submitting a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue