mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/bash
|
|
|
|
if [ ! -h /usr/bin/bench ]; then
|
|
ln -s /usr/bench/bin/bench /usr/bin/bench
|
|
fi
|