first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
# This script will cleanup the keys in memory from a
# kill that was unmasked and thus left stuff in memory
ipcrm -M 7890
ipcrm -M 7891
ipcrm -M 7892
ipcrm -M 7893
ipcrm -S 7892
ipcrm -S 7891