Revert "Change interpreter from #!/usr/bin/bash to #!/bin/bash"
This reverts commit 9c776c34001939420b09f04453123de6d17c0d6a.
This commit is contained in:
parent
bd729e5372
commit
144190b1c9
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
# Copy a file from ~/Templates to a given name
|
# Copy a file from ~/Templates to a given name
|
||||||
#
|
#
|
||||||
# Dependencies:
|
# Dependencies:
|
||||||
|
2
fless.sh
2
fless.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
# fless - fuzzy find a file and run less on it
|
# fless - fuzzy find a file and run less on it
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# - fd (soft)
|
# - fd (soft)
|
||||||
|
2
gek.sh
2
gek.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
# Export a key to a given keyfile
|
# Export a key to a given keyfile
|
||||||
|
|
||||||
echo -n "Enter the name of the output file: "
|
echo -n "Enter the name of the output file: "
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
# List all groups in the system
|
# List all groups in the system
|
||||||
|
|
||||||
sort <(awk -F ':' '{print $1}' < /etc/group)
|
sort <(awk -F ':' '{print $1}' < /etc/group)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
# List all users on the system
|
# List all users on the system
|
||||||
|
|
||||||
sort --unique <(awk -F ':' '{print $1}' < /etc/passwd)
|
sort --unique <(awk -F ':' '{print $1}' < /etc/passwd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user