Add comment headers to wrappers
This commit is contained in:
parent
60a03cb933
commit
043446998b
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
|
|
||||||
# This script wraps DMD so we can get something which is capable of reading
|
# Author: w0rp <devw0rp@gmail.com>
|
||||||
|
# Description: This script wraps DMD so we can get something which is capable of reading
|
||||||
# D code from stdin.
|
# D code from stdin.
|
||||||
|
|
||||||
temp_file=`mktemp`
|
temp_file=`mktemp`
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
|
|
||||||
# This script implements a wrapper for any program which does not accept
|
# Author: w0rp <devw0rp@gmail.com>
|
||||||
|
# Description: This script implements a wrapper for any program which does not accept
|
||||||
# stdin input on most Unix machines. The input to the script is read to a
|
# stdin input on most Unix machines. The input to the script is read to a
|
||||||
# temporary file, and the first argument sets a particular file extension
|
# temporary file, and the first argument sets a particular file extension
|
||||||
# for the temporary file.
|
# for the temporary file.
|
||||||
#
|
|
||||||
# All of the following arguments are read as command to run.
|
|
||||||
|
|
||||||
|
# All of the following arguments are read as command to run.
|
||||||
file_extension="$1"
|
file_extension="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user