View template.pdf.p
◊;{ | |
This is free and unencumbered software released into the public domain. | |
Anyone is free to copy, modify, publish, use, compile, sell, or | |
distribute this software, either in source code form or as a compiled | |
binary, for any purpose, commercial or non-commercial, and by any | |
means. | |
In jurisdictions that recognize copyright laws, the author or authors | |
of this software dedicate any and all copyright interest in the |
View template.pdf.p
◊;{ | |
This is free and unencumbered software released into the public domain. | |
Anyone is free to copy, modify, publish, use, compile, sell, or | |
distribute this software, either in source code form or as a compiled | |
binary, for any purpose, commercial or non-commercial, and by any | |
means. | |
In jurisdictions that recognize copyright laws, the author or authors | |
of this software dedicate any and all copyright interest in the |
View randomwallpaper
#!/bin/bash | |
## Untitled Random Wallpaper Slideshow Script. Name is subject to change. | |
## Edit 2016/06/17 00:23 UTC+8 | |
#### Variables #### | |
# Initialize variables with default values | |
OPTIND=1 | |
rwp_sleep_time_def=1m | |
rwp_cfg_file_set=0 | |
rwp_handler=auto |