@@ -0,0 +1,8 @@
+SHELL = /bin/sh
+
+test:
+ echo "hello world"
+clean:
+ echo "Clean"
@@ -4,7 +4,7 @@ fstab:
type: xfs
/dev/sda2:
mount: /
- type: ext4
+ type: ext4
/dev/sdb1:
mount: /var/lib/postgresql
type: ext4
@@ -1,4 +1,4 @@
-#!/usr/local/Cellar/coreutils/9.0/libexec/gnubin/env python3
+#!/usr/bin/env python3
import yaml