summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2021-08-08 15:39:55 +0200
committerpks <pks@pks.rocks>2021-08-08 15:39:55 +0200
commit519e9158e8e0860b99104868643dfd44a8fd8a4b (patch)
treed400f839c485f09e78455f57a81c08a1efa6a08a /make
parentf3d725b0eddb643016a5cda9ba5eea62fed0d96f (diff)
overhaulHEADmaster
Diffstat (limited to 'make')
-rwxr-xr-xmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/make b/make
deleted file mode 100755
index f1c3dab..0000000
--- a/make
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/zsh -x
-
-cp -a /etc/suspend.conf etc/
-find . \( ! -regex '.*/\..*' \) -print0 | sed "s|\./make||" | sed "s|\./README\.md||" | cpio --null -ov --format=newc | xz --check=crc32 > /tmp/initramfs.cpio.xz
-