mirror of
https://github.com/intel/isa-l.git
synced 2025-01-05 22:59:52 +01:00
3 lines
49 B
Bash
3 lines
49 B
Bash
|
#!/bin/sh
|
||
|
sed -i -i.bak 's/[[:blank:]]*$//' "$@"
|