muxator
a181ea8fbe
bin: replace double backticks (``) with $()
...
This has been the recommended way of launching subshells for ages, and is easier
to type and on the eye.
For a quick reference, see:
https://unix.stackexchange.com/questions/5778/whats-the-difference-between-stuff-and-stuff#5782
2020-03-29 00:53:17 +01:00
muxator
312c72c364
formatting: bulk remove trailing whitespaces
...
Do not touch vendorized files (e.g. libraries that were imported from external
projects).
No functional changes.
Command:
find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
2019-10-20 02:09:22 +02:00
HairyFotr
c7548450c0
Typos and minor fixes in bin, doc, and root
2017-09-14 13:33:27 +02:00
John McLear
8c1e066a02
mkdir
2013-11-24 13:13:29 +00:00
John McLear
97f5b581b0
cp readme on build
2013-11-24 13:08:26 +00:00
John McLear
d6f1aa3236
clean
2013-11-24 12:41:12 +00:00
John McLear
678c80d1dc
whoa there, no need to include .git folder in build
2013-11-24 02:57:15 +00:00
John McLear
61df1facd2
semi-working build script for deb packages
2013-11-24 02:42:50 +00:00