mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
441e4ab66f
Thanks to Vincent Batts. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 lines
94 B
Bash
3 lines
94 B
Bash
#!/bin/sh
|
|
export FREEMIND_BASE_DIR="/opt/freemind"
|
|
${FREEMIND_BASE_DIR}/freemind.sh ${1+"$@"}
|