This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
set -u | |
set -o pipefail | |
# A simple script to find files listed in a text file and copy them elsewhere | |
# Written for Chaochih Liu | |
# Written by Paul Hoffman |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
set -u | |
set -o pipefail | |
# Define the usage message | |
function usage() { | |
echo -e "\ | |
Usage: ./fakeHeader.sh <option> <file> \n\ |
NewerOlder