aboutsummaryrefslogtreecommitdiff
path: root/modules/awesome/config.dot/awesome.link/functions.lua
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 14:43:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 14:43:43 -0200
commit7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4 (patch)
tree4ef45e403d272dc3220ee5fd69cdf06f4bcec968 /modules/awesome/config.dot/awesome.link/functions.lua
parent03fdeb451b3bf1c63e3f2a725bf9bdb8e137f0a7 (diff)
downloadmetadot-7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4.tar.gz
metadot-7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4.tar.bz2
Cleaning up modules
Diffstat (limited to 'modules/awesome/config.dot/awesome.link/functions.lua')
-rw-r--r--modules/awesome/config.dot/awesome.link/functions.lua4
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