1 2SSV_DFS_FILE=/sys/kernel/debug/ssv/ssv_cmd 3if [ -f $SSV_DFS_FILE ]; then 4 echo "$*" > $SSV_DFS_FILE 5 cat $SSV_DFS_FILE 6fi 7