Add comment headers to wrappers

This commit is contained in:
Prashanth Chandra
2016-10-04 02:20:13 +08:00
parent 60a03cb933
commit 043446998b
2 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash -eu
# This script wraps DMD so we can get something which is capable of reading
# D code from stdin.
# Author: w0rp <devw0rp@gmail.com>
# Description: This script wraps DMD so we can get something which is capable of reading
# D code from stdin.
temp_file=`mktemp`
mv "$temp_file" "$temp_file".d