Skip to content

Commit

Permalink
Merge branch 'master' of ../cvs/exec
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDeuce committed Apr 29, 2020
2 parents fbfe981 + 4f3f7c8 commit c8f2b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exec/lbshell.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Lightbar Command Shell for Synchronet Version 4.00a+

// $Id: lbshell.js,v 1.130 2020/04/09 04:44:10 deuce Exp $
// $Id: lbshell.js,v 1.131 2020/04/29 05:40:38 deuce Exp $

// @format.tab-size 4, @format.use-tabs true

Expand All @@ -27,6 +27,7 @@ load("nodedefs.js");
load("lightbar.js");
load("graphic.js");
bbs.command_str=''; // Clear STR (Contains the EXEC for default.js)
load("text.js");
load("str_cmds.js");
var str;
var size=file_size(system.text_dir+"lbshell_bg.bin");
Expand Down

0 comments on commit c8f2b45

Please sign in to comment.