From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- debian13/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian13/Makefile (limited to 'debian13/Makefile') diff --git a/debian13/Makefile b/debian13/Makefile new file mode 100644 index 0000000..f1f7d89 --- /dev/null +++ b/debian13/Makefile @@ -0,0 +1,9 @@ +all: stow + +stow: + stow -v -t opt -R home + stow -v -t etc -R home + +unstow: + stow -v -t opt -D home + stow -v -t etc -D home -- cgit v1.2.3