Skip to content

Commit

Permalink
Making some slight adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Feb 19, 2024
1 parent 745f372 commit 31cca20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ ENV PATH $PATH:/renode_portable
WORKDIR /home/dev
ADD . /home/dev

COPY ./scripts .

RUN echo "source /home/dev/scripts/alias.sh" >> ~/.bashrc

# Install cross compiler
RUN wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 | tar -xvj

ENV PATH $PATH:/home/dev/gcc-arm-none-eabi-10.3-2021.10/bin

COPY ./scripts .

RUN echo "source /home/dev/scripts/alias.sh" >> ~/.bashrc

WORKDIR /home/app
14 changes: 7 additions & 7 deletions dev/scripts/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ if [ $n -e /home/app/Proteus.ioc ]; then echo \
|___| |___| |_||_______| |___| |_______||_______||_______|"; fi;

if [ $n -e /home/app/Charger-FW.ioc ]; then echo \
" /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$
|_ $$_/| $$__ $$ /$$__ $$| $$ | $$
| $$ | $$ \ $$| $$ \ $$| $$ | $$
| $$ | $$$$$$$/| $$ | $$| $$$$$$$$
| $$ | $$__ $$| $$ | $$| $$__ $$
| $$ | $$ \ $$| $$ | $$| $$ | $$
/$$$$$$| $$ | $$| $$$$$$/| $$ | $$
" /###### /####### /###### /## /##
|_ ##_/| ##__ ## /##__ ##| ## | ##
| ## | ## \ ##| ## \ ##| ## | ##
| ## | #######/| ## | ##| ########
| ## | ##__ ##| ## | ##| ##__ ##
| ## | ## \ ##| ## | ##| ## | ##
/######| ## | ##| ######/| ## | ##
|______/|__/ |__/ \______/ |__/ |__/"; fi;

alias serial='/home/dev/scripts/serial.sh'
Expand Down

0 comments on commit 31cca20

Please sign in to comment.