diff --git a/Fs.md b/Fs.md deleted file mode 100644 index 38630fb..0000000 --- a/Fs.md +++ /dev/null @@ -1,14 +0,0 @@ -Fs is a filesystem library for Hilbish. It allows you to access files and the filesystem, there's not much else to say. -To require: -```lua -local fs = require 'fs' -``` - -# Functions -### fs.cd(path) -Changes the current working directory to `path`. - -#### Example -```lua -fs.cd "/etc" -``` \ No newline at end of file