mirror of
https://github.com/Zenithsiz/ar-lab-b.git
synced 2026-02-03 05:57:06 +00:00
4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
find project-files/dynamips -iname '*_startup-config.cfg' -exec bash -c 'sed -i -e "/^\!\s*$/d" -e "/^$/d" $1' bash {} \;
|