first commit
This commit is contained in:
13
CS4210/Project 3/cleanup.sh
Normal file
13
CS4210/Project 3/cleanup.sh
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user