mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
3 lines
49 B
Bash
3 lines
49 B
Bash
|
#!/bin/sh
|
||
|
sed -i -i.bak 's/[[:blank:]]*$//' "$@"
|