aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/edit
blob: 3ec2f0c3150da414dcad66efdea30ecc6095b456 (plain)
1
2
3
4
5
6
7
#!/bin/bash

p="$(which "$1")" &&
istxt="$(file "$1" | cut -d' ' -f2)" &&
exec $EDITOR $p ||
echo "Error!"