1
0
mirror of https://github.com/gryf/debian-pkgs.git synced 2026-02-11 18:35:44 +01:00

Added first 4 apps

This commit is contained in:
2018-04-22 17:22:14 +01:00
parent 6c0b3a3bf9
commit 09506c067e
12 changed files with 535 additions and 0 deletions

10
build.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ "$1" == "clean" ]; then
rm -fr *deb
exit 0;
fi
for fname in recipies/*sh; do
$fname
done