| 1 | #!/bin/bash |
| 2 | |
| 3 | sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@" |
x-way / update_serials.sh
Last active 3 months ago
Revision aa4fd044b97f0cd8c3c4955030c61dbfc6874c92
Last active 3 months ago
Revision aa4fd044b97f0cd8c3c4955030c61dbfc6874c92
| 1 | #!/bin/bash |
| 2 | |
| 3 | sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@" |