mirror of
https://github.com/frappe/bench.git
synced 2025-01-25 07:58:24 +00:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -h /usr/bin/bench ]; then
|
||
|
rm -rf /usr/bin/bench
|
||
|
fi
|