aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstowpkg8
1 files changed, 8 insertions, 0 deletions
diff --git a/stowpkg b/stowpkg
index 6ad0bd5..9bcdbe5 100755
--- a/stowpkg
+++ b/stowpkg
@@ -272,6 +272,14 @@ stowpkg_sources () {
ls -1 $SOURCES
}
+stowpkg_ls () {
+ ( cd $BASE && ls $* )
+}
+
+stowpkg_location () {
+ echo $BASE
+}
+
stowpkg_switch () {
local package="$1"
local version="$2"