This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CSS File of Material icons. | |
* CSS code based on: | |
* https://google.github.io/material-design-icons/#icon-font-for-the-web | |
*/ | |
//= depend_on_asset "MaterialIcons-Regular.eot" | |
//= depend_on_asset "MaterialIcons-Regular.woff2" | |
//= depend_on_asset "MaterialIcons-Regular.woff" | |
//= depend_on_asset "MaterialIcons-Regular.ttf" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Retrieves saved clipboard information since when this script last ran | |
Loop C:\tmp\clipvar*.txt | |
{ | |
clipindex += 1 | |
FileRead clipvar%A_Index%, %A_LoopFileFullPath% | |
FileDelete %A_LoopFileFullPath% | |
} | |
maxindex := clipindex | |
OnExit ExitSub |