Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Trying to delete Sharon rn but when it says "type rm -rf /Untitled Project/-git to cut off sharons head" it tells me i've misspelt it somehow? i would like some help

(2 edits)

Hi Gobie888,

The required command is

rm -rf ~/Untitled Project/.git

At the time I wrote that scene I was unaware that some keyboard layouts do not have a tilde key.

You can get through that sequence by copying and pasting the command above.

Best,
K

Thank you! much appreciated

(+1)

That command wouldn’t work on an actual command line. :P You can’t have spaces in command arguments. “rm -rf ~/Untitled Project.git” will delete the folder “~/Untitled” and the folder “Project.git”, they are treated separately.

You also don’t need the ~/ part if you’ve just launched a terminal, and you’re in your home folder already.

broke my immersion that I can't escape that space ^^;