OSDN Git Service

format for readability
authorFrede Hundewadt <fh@uex.dk>
Thu, 9 Jan 2020 10:57:10 +0000 (11:57 +0100)
committerFrede Hundewadt <fh@uex.dk>
Thu, 9 Jan 2020 10:57:10 +0000 (11:57 +0100)
pacbang.sh

index 782345b..c3aeb9a 100755 (executable)
@@ -3,4 +3,7 @@ rm -rf work out
 
 iso_label="PB_$(date +%Y%m%d)"
 
-./build.sh -N 'pacbang' -L "${iso_label}" -P 'pacbang <https://pacbang.org>' -A 'pacbang live'
+./build.sh -N 'pacbang' \
+           -L "${iso_label}" \
+           -P 'pacbang <https://pacbang.org>' \
+           -A 'pacbang live'