aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-07 20:18:07 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-07 20:18:07 +0200
commitc19795a133fe4ec6af216ff51c58da40c67e9381 (patch)
treedc2683fa1aa46100c4f90831a88f6b4e4d161946
parent858263ab3a31c81afdf908279c6f52f08da3c688 (diff)
downloadlbsd-c19795a133fe4ec6af216ff51c58da40c67e9381.tar.gz
(ROX) Add SendTo/build
-rwxr-xr-xhome/john/.config/rox.sourceforge.net/SendTo/.text_troff/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/john/.config/rox.sourceforge.net/SendTo/.text_troff/build b/home/john/.config/rox.sourceforge.net/SendTo/.text_troff/build
new file mode 100755
index 0000000..b8dcf0d
--- /dev/null
+++ b/home/john/.config/rox.sourceforge.net/SendTo/.text_troff/build
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd "$(dirname "$1")"
+exec xtopen -pwith-shell-on-error build "$@"