Files
dotFiles/home/.config/spacefm/scripts/hand_fs_+def/hand-device-info.sh
T
2017-07-02 19:52:25 +05:30

13 lines
189 B
Bash

#!/bin/bash
# Enter command to show properties or leave blank for auto:
# # Example:
# echo MOUNT
# mount | grep " on %a "
# echo
# echo PROCESSES
# /usr/bin/lsof -w "%a" | head -n 500