aboutsummaryrefslogtreecommitdiff
path: root/cmd/pkg-set.sh
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-08-22 13:42:52 -0500
committerSlack Coder <slackcoder@server.ky>2024-08-22 13:42:52 -0500
commit6ff25d1b264b88c474d610217f9c3c786906daa1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /cmd/pkg-set.sh
parentcc36073a34148612a9726f6ef87ed95b57905c23 (diff)
downloadmuslack64-current-6ff25d1b264b88c474d610217f9c3c786906daa1.tar.xz
Set To Do branch
Diffstat (limited to 'cmd/pkg-set.sh')
-rwxr-xr-xcmd/pkg-set.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/cmd/pkg-set.sh b/cmd/pkg-set.sh
deleted file mode 100755
index 058a7b7..0000000
--- a/cmd/pkg-set.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-TARGET="$(pwd)"
-if [ $# -eq 1 ]; then
- TARGET=$1
-fi
-
-# check file path
-PKG_SET=$(pwd | \
- awk -F '/source/' '{print $2}' | \
- awk -F '/' '{print $1}'
-)
-
-echo "$PKG_SET"