Loading COPYING 0 → 100644 +674 −0 File added.Preview size limit exceeded, changes collapsed. Show changes ConfigParser.fs +17 −0 Original line number Diff line number Diff line // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. module Mbackup.ConfigParser open System Loading GetVersion.ps1 +17 −0 Original line number Diff line number Diff line # Copyright (C) 2019 Yuanle Song <root@emacsos.com> # # This file is part of mbackup-for-windows. # # mbackup-for-windows is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by the # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # # mbackup-for-windows is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # mbackup-for-windows. If not, see <http:#www.gnu.org/licenses/>. [xml]$FSPROJ = Get-Content mbackup.fsproj Write-Output $FSPROJ.Project.PropertyGroup.Version Lib.fs +17 −0 Original line number Diff line number Diff line // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. module Mbackup.Lib open System Loading Program.fs +18 −2 Original line number Diff line number Diff line // Learn more about F# at http://fsharp.org // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. // // - mbackup config file // %programdata%/mbackup/mbackup-config.txt Loading Loading
ConfigParser.fs +17 −0 Original line number Diff line number Diff line // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. module Mbackup.ConfigParser open System Loading
GetVersion.ps1 +17 −0 Original line number Diff line number Diff line # Copyright (C) 2019 Yuanle Song <root@emacsos.com> # # This file is part of mbackup-for-windows. # # mbackup-for-windows is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by the # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # # mbackup-for-windows is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # mbackup-for-windows. If not, see <http:#www.gnu.org/licenses/>. [xml]$FSPROJ = Get-Content mbackup.fsproj Write-Output $FSPROJ.Project.PropertyGroup.Version
Lib.fs +17 −0 Original line number Diff line number Diff line // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. module Mbackup.Lib open System Loading
Program.fs +18 −2 Original line number Diff line number Diff line // Learn more about F# at http://fsharp.org // Copyright (C) 2019 Yuanle Song <root@emacsos.com> // // This file is part of mbackup-for-windows. // // mbackup-for-windows is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, either version 3 of the License, or (at your // option) any later version. // // mbackup-for-windows is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // // You should have received a copy of the GNU General Public License along with // mbackup-for-windows. If not, see <http://www.gnu.org/licenses/>. // // - mbackup config file // %programdata%/mbackup/mbackup-config.txt Loading