5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
etckeeper update-ignore -a || true
|