6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
FLASH_COOKIES_PATH=$HOME/.macromedia/
|
||
|
|
||
|
rm -rf $FLASH_COOKIES_PATH
|