2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00
2016-03-02 16:53:51 +05:30

6 lines
92 B
Bash

#!/bin/bash
if [ ! -h /usr/bin/bench ]; then
ln -s /usr/bench/bin/bench /usr/bin/bench
fi