summaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-05-28 22:03:11 +0900
committerMitsuo Tokumori <[email protected]>2025-05-28 22:03:11 +0900
commit47b726b9b90655e31d1abcac2976f730d789bc76 (patch)
tree6e4fdf079a5e1e1f6976a01d3445fc7986743f9c /test.sh
parent72490d68a3f9ad8a7ec12414c9171a9c66ebca23 (diff)
downloaddotfiles-47b726b9b90655e31d1abcac2976f730d789bc76.tar.gz
dotfiles-47b726b9b90655e31d1abcac2976f730d789bc76.tar.bz2
dotfiles-47b726b9b90655e31d1abcac2976f730d789bc76.zip
Remove install script
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test.sh b/test.sh
deleted file mode 100755
index 6aaee71..0000000
--- a/test.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Test installation script
-
-HOME=build
-XDG_CONFIG_HOME=build/.config
-mkdir -p build/.config
-
-./install.sh $1
-
-tree -a build
-#rm -r build