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
shopt -s nullglob globstar | |
# settings | |
typeDelay=30 | |
user=0 | |
while [ -n "$1" ]; do | |
case "$1" in | |
--user) user=1; shift;; | |
*) break;; |
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
hw1WriteData: hw1WriteData.c | |
gcc -o hw1WriteData hw1WriteData.c | |
hw1ReadData: hw1ReadData.c | |
gcc -o hw1ReadData hw1ReadData.c |
OlderNewer