pad.pub0.org/bin
muxator 312c72c364 formatting: bulk remove trailing whitespaces
Do not touch vendorized files (e.g. libraries that were imported from external
projects).

No functional changes.

Command:
    find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
2019-10-20 02:09:22 +02:00
..
deb-src
doc formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
buildDebian.sh formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
buildForWindows.sh formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
checkAllPads.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
checkPad.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
cleanRun.sh cleanRun.sh: get rid of "Bad substitution" error 2018-08-17 22:22:14 +02:00
convert.js formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
convertSettings.json.template formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
createRelease.sh createRelease.sh: deprecate the script. It will be removed or modified. 2018-08-17 00:09:25 +02:00
debugRun.sh [chore] Allow debug mode on node versions >= 6.3 (#3527) 2018-12-22 10:28:50 -02:00
deletePad.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
dirty-db-cleaner.py formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
extractPadData.js utility scripts: converted to use the Promise interface 2019-01-26 23:52:02 +00:00
importSqlFile.js use Date.now() instead of new Date().getTime() 2019-02-26 23:25:15 +01:00
installDeps.sh runtime: decrease minimum command-line npm version from 6.4 to 5.5 2019-10-19 22:38:32 +02:00
installOnWindows.bat skins: replace {js,css}.template with actual files. Simplify startup scripts. 2018-08-26 21:17:04 +02:00
migrateDirtyDBtoRealDB.js migrateDirtyDBtoRealDB: disabled write buffer, #2214 2018-11-27 21:18:40 +01:00
rebuildPad.js Give better error message when rebuildPad.js hits a non-existing rev. 2015-10-07 12:42:19 +02:00
repairPad.js bin/repairPad.js: conversion to promise/async 2019-01-30 10:47:50 +00:00
run.sh Typos and minor fixes in bin, doc, and root 2017-09-14 13:33:27 +02:00
safeRun.sh formatting: bulk remove trailing whitespaces 2019-10-20 02:09:22 +02:00
updatePlugins.sh