4
0
Fork 0
ldap-admin/bin/discard

7 lines
169 B
Plaintext
Raw Normal View History

2012-08-26 19:33:59 +00:00
#!/bin/bash
#% discard
#% Clear *ALL* pending operations
read -p "Are you sure you want to discard ALL pending operations? (y/N)"
[ "$REPLY" == "y" ] && : > $LDIF_BASE