export const NUKE = "☢";

export const DEFAULT_CONTENT = `
${NUKE} exec echo "do something"
${NUKE} IGNORED exec grep console.log -irl src | awk '{print "☢ open \\"" $1 "\\""}'
${NUKE} IGNORED load "src/**/*.*"
${NUKE} IGNORED exec find $(pwd)/src -type f
${NUKE} IGNORED file "myNewFolder/myNewFile.txt"
${NUKE} IGNORED open "myExistingFolder/myExistingFile.txt"
`;

export const GHOSTFILE = `ghostfile.splito`;
export const TEMP_GHOSTFILE = `ghostfile.tmp`;
