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