diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:12:25 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:12:25 -0200 |
commit | 8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110 (patch) | |
tree | 02595d2aa0b8ffce0f70106aa61808e7de43665d /modules/awesome/config.dot/awesome.link/functions.lua | |
parent | e95b8dbe6be571feb2691e838c340059d1401ab8 (diff) | |
download | dotfiles-8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110.tar.gz dotfiles-8ab8b8b07ef26a4422af1eb5b9188fbb2ac23110.tar.bz2 |
Removing awesome to convert it to a submodule
Diffstat (limited to 'modules/awesome/config.dot/awesome.link/functions.lua')
-rw-r--r-- | modules/awesome/config.dot/awesome.link/functions.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/awesome/config.dot/awesome.link/functions.lua b/modules/awesome/config.dot/awesome.link/functions.lua deleted file mode 100644 index aa98502..0000000 --- a/modules/awesome/config.dot/awesome.link/functions.lua +++ /dev/null @@ -1,4 +0,0 @@ -function file_exists(name) - local f=io.open(name,"r") - if f~=nil then io.close(f) return true else return false end -end |