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
| sudo add-apt-repository ppa:webupd8team/atom | |
| sudo apt install atom | |
| atom |
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
| 1 |
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
| /* | |
| =========================================================================== | |
| Copyright (C) 1999-2005 Id Software, Inc. | |
| This file is part of Quake III Arena source code. | |
| Quake III Arena source code 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 2 of the License, | |
| or (at your option) any later version. |